home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gcc / GccFindHit.lha / README < prev   
Text File  |  1995-05-25  |  1KB  |  22 lines

  1.     README for GccFindHit V1.0, 25/05/95
  2.  
  3. This tool should be used in conjunction with Enforcer.
  4. Its purpose is to find the source name/line corresponding to a given offset
  5. in the executable. Very simple to use:
  6. when your program named, say, 'prog', is a bad boy
  7. and makes Enforcer hit(s), remember the offset(s) of the hit(s) displayed
  8. by Enforcer and run the command 'GccFindHit prog <list of offsets in hex>'
  9. The offsets are separated by blanks.
  10. Enforcer gives also the hunk number, but it should always be zero.
  11. If it's not and your program is compiled by gcc, please let me know
  12. about it.
  13. GccFindHit understands the stabs from the aout format encapsulated
  14. in the debug hunk of the Amigados executable, so it will work as
  15. long as ld outputs its debug information this way.
  16. Source code is included and it is distributed under the GPL
  17. See the file COPYING for details about the GPL. If it's not in
  18. the archive, please contact the site/person/organization you got
  19. this program from, and tell them it is *required*
  20.  
  21.     Daniel Verite -- daniel@brasil.frmug.fr.net
  22.